home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_60.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  601 b   |  20 lines

  1. on WaitCursor
  2.   cursor([member "wait" of castLib "internal", member "mask_wait" of castLib "internal"])
  3. end
  4.  
  5. on KasiCursor which
  6.   set the cursor of sprite which to [member "kasi" of castLib "internal", member "mask_kasi" of castLib "internal"]
  7. end
  8.  
  9. on MiinusCursor which
  10.   set the cursor of sprite which to [member "miinus" of castLib "internal", member "mask_lasi" of castLib "internal"]
  11. end
  12.  
  13. on PlusCursor which
  14.   set the cursor of sprite which to [member "plus" of castLib "internal", member "mask_lasi" of castLib "internal"]
  15. end
  16.  
  17. on defaultCursor which
  18.   set the cursor of sprite which to 0
  19. end
  20.